﻿/* Use this CSS-file to override any styles set by system-default Haderslev Kommune - Login */

/*Primær: #002A66*/
/*Sekundær: #694e4e*/

@font-face {
    font-family: 'montserratlight';
    src: url('montserrat-light-webfont.woff2') format('woff2'),
         url('montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('montserrat-regular-webfont.woff2') format('woff2'),
         url('montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratmedium';
    src: url('montserrat-medium-webfont.woff2') format('woff2'),
         url('montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'montserratregular';
    background: #fff;
	color: #333;
    padding-top: 53px;
/*	background-image: url(elements/background/site-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	background-size: cover;	*/
}

.login-page {
    padding-top: 0;
    height: 100%;
    background-size: contain;
    background-repeat: repeat-y;
	background-position: center top;
}
	@media only screen and (max-width: 480px) {
    	.login-page {
            background-size: cover;
    		background-repeat: repeat-y;
			background-position: center top;
    	}
	}


/*Tekst og dropdown*/
#ctl00_pnl_PlainC {
    background: transparent;
    width: 23%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
}
	@media only screen and (max-width: 480px) {
    	#ctl00_pnl_PlainC {
    		width: 85%;
    	    margin-top: 20%;
    	}
	}

.login-page-heading {
    color: #002A66;
	font-family: 'montserratmedium';
    font-weight: 700;
    text-align: center;
 /*   margin-top: 30%;*/
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    text-shadow: 0 5px 20px rgba(0, 0, 0, 0.0);
	font-size: 28px;
	padding-top: 15px;
}

/*Tekst*/
.login-page-subdescription {
    color: #333;
    text-align: center;
    position: relative;
    top: 440px;
}

.navbar .navbar-nav {
    margin-right: 0;
    display: none;
}
.navbar {
	background: transparent;
	border: transparent;
    border-top: 0px solid #fff;
	border-bottom: 0px solid #333;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
    height: 120px;
    padding-top: 7px;
}
	@media only screen and (max-width: 480px) {
    	.navbar {
            background: transparent;
			border: transparent;
    		border-top: 0px solid #fff;
			border-bottom: 0px solid #333;
    		box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
    		height: 120px;
    		padding-top: 7px;
			padding-left: 0px;
    	}
	}


/*.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: none;
    height: 60px !important;
}
	@media only screen and (max-width: 480px) {
    	.navbar-default .navbar-collapse {
			border-color: none;
    		height: 60px !important;
    		width: 418px;
    		margin-left: 402px;
    	}
	}*/

/*.navbar-default .navbar-toggle {
    border-color: #ddd;
	visibility: hidden;
}*/
.navbar .navbar-toggle {
    border-color: transparent;
	background: transparent;
    color: #333;
	border:0px;
    order: 2;
    margin-right: 10px;
	display: none;
}
.navbar-default .navbar-collapse {
    border-color: #e7e7e7;
    z-index: 100;
}
.container>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
    height: 30% !important;
}

/*Logo*/
.navbar-brand .logo {
    height: 117px;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
    padding: 20px;
}
	@media only screen and (max-width: 480px) {
    	.navbar-brand .logo {
    		height: auto;
            margin-left: 10%;
            position: absolute;
            margin-right: 10%;
            width: 80%;
            margin-top: 0%;
    	}
	}


/*Centrer logo*/
.navbar-brand {
	width: 100% !important;
	margin-left: 0px !important;
}
.navbar-header {
	margin: 0 auto;
	float: none !important; 
}

/*.navbar-default .navbar-toggle {
    border-color: #ddd;
    visibility: collapse;
}*/

/*Loginbox*/
.modal-dialog {
    width: 100%;
    margin: 0px auto;
    margin-top: 0% !important;
}
	@media only screen and (max-width: 480px) {
    	.modal-dialog {
    		width: 100%;
    		margin: 0px auto;
    		margin-top: 10% !important;
    	}
	}

.form-control {
	font-family: Verdana;
	font-weight: 300;
	font-style: normal;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #b3b3b3;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#ctl00_pnl_SelfRegDep .form-control {
    background: #002A66;
	color: #fff;
    border: 0px !important;
}
option {
  	background: #fff;
	color: #333;
}

.login-page .panel-login {
    border: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.0);
    background-color: rgba(255,255,255,0.0);
}
	@media only screen and (max-width: 480px) {
    	.login-page .panel-login {
            border: 0;
    		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    		background-color: rgba(255,255,255,0.8);
    	}
	}

.panel-login .nav { /*Top af loginbox*/
	font-family: 'montserratregular';
	font-size: 20px;
    background: transparent;
    border-radius: 0px 0px 0 0;
    overflow: hidden;
}

	#tab_login .panel-login .nav > li {
    	display: none !important;
    	width: 1%;
	}

	#tab_login .panel-login .nav > li:last-child > a {
    	border-right: 0 !important;
		display: none !important;
	}

.panel-login .nav > li > a {
    border-top: 0 !important;
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 0 !important;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	font-size: 12px;
}
.panel-login .nav > li > a:hover {
    color:#333;
}

.panel-login .nav > .active > a, .panel-login .nav > .active > a:hover, .panel-login .nav > .active > a:focus {
    border: 1px solid #333;
    background: #851847;
    color: #fff;
	letter-spacing: 1.8px;
	font-family: 'montserratregular';
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 10px;
}

/*	#tab_login .panel-login .nav > li:last-child > a {
		font-family: 'montserratlight';
		font-size: 12px;
    	border-left: 1px solid #fff !important;
		border-right: 1px solid #fff !important;
		border-top: 1px solid #fff !important;
		border-bottom: 1px solid #fff !important;
		border-radius: 0px !important;
    	background-color: transparent;
		color: #333;
		font-weight: normal;
		text-transform: uppercase;
		text-align: center;
		padding-left: 17px;
		letter-spacing: 1.8px;
	}*/

	#tab_reg .panel-login .nav > li:last-child > a {
		font-family: 'montserratregular';
		font-size: 12px;
    	border-left: 1px solid #333 !important;
		border-right: 1px solid #333 !important;
		border-top: 1px solid #333 !important;
		border-bottom: 1px solid #333 !important;
		border-radius: 0px !important;
    	background-color: transparent;
		color: #333;
		font-weight: normal;
		text-transform: uppercase;
		text-align: center;
		padding-left: 17px;
		letter-spacing: 1.8px;
		margin-left: 5px;
	}

	#tab_reg .panel-login .nav > li:last-child > a:active {
		font-family: 'montserratregular';
		font-size: 12px;
    	border-left: 1px solid #333 !important;
		border-right: 1px solid #333 !important;
		border-top: 1px solid #333 !important;
		border-bottom: 1px solid #333 !important;
		border-radius: 0px !important;
    	background-color: #333;
		color: #333;
		font-weight: normal;
		text-transform: uppercase;
		text-align: center;
		padding-left: 17px;
		letter-spacing: 1.8px;
	}

	#tab_reg .panel-login .nav > li:last-child > a:hover {
		font-family: 'montserratregular';
		font-size: 12px;
    	border-left: 1px solid #333 !important;
		border-right: 1px solid #333 !important;
		border-top: 1px solid #333 !important;
		border-bottom: 1px solid #333 !important;
		border-radius: 0px !important;
    	background-color: #333;
		color: #333;
		font-weight: normal;
		text-transform: uppercase;
		text-align: center;
		padding-left: 17px;
		letter-spacing: 1.8px;
	}

#tab_reg .panel-login .nav > li > a {
    border-top: 1px solid #333 !important;
	border-right: 1px solid #333;
    border-left: 1px solid #333 !important;
	border-bottom: 1px solid #333;
    margin-bottom: 0;
    border-radius: 0;
    letter-spacing: 1.8px;
    font-family: 'montserratregular';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
}
#tab_reg .panel-login .nav > li > a:hover {
    border-top: 1px solid #333 !important;
	border-right: 1px solid #333;
    border-left: 1px solid #333 !important;
	border-bottom: 1px solid #333;
    margin-bottom: 0;
    border-radius: 0;
    letter-spacing: 1.8px;
    font-family: 'montserratregular';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
	color: #333 !important;
	background: #fff;
}

#ctl00_TB_RegFirstname {
	width: 140px;
}

/*#ctl00_TB_RegLastname {
	display: none !important;
}*/


.panel-body {
    padding: 15px;
	border-radius: 0px !important;
	border: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	background-color: rgba(255,255,255,1);
}

hr {
	display: none;
}
#ctl00_pnl_LoginOptions {
    margin-top: 20px;
	font-size: 15px;
}

.small, small {
    font-size: 85%;
    color: #333;
}
.checkbox label label {
    padding-left: 0;
	color: #333;
}

.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:focus > .open > a:hover {
    color: #fff !important;
    background: #fff !important;
}
.dropdown-menu > li > a {
    color: #333;
    font-weight: bold;
    text-align: left;
    padding: 10px 15px !important;
}

/*Link*/
a {
    color: #333;
	text-decoration: none;
}
a:visited {
    color: #333;
	text-decoration: none;	
}
a:hover {
    color: #333;
	text-decoration: underline;	
}

/*Knap*/
.btn-primary {
    background: #002A66;
	border: 0px solid #E30613;
	font-size: 12px;
	border-radius: 15px !important;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0px;
	width: 269px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.btn-primary:visited {
    background: #002A66;
	border: 0px solid #E30613;
	font-size: 12px;
	border-radius: 15px !important;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0px;
	width: 269px;
	padding-top: 8px;
	padding-bottom: 8px;
}
  
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
    background: #002A66;
	font-size: 12px;
	border: 0px solid #E30613;
	border-radius: 15px !important;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0px;
	width: 269px;
}


.btn-register {
    background: #002A66;
	border: 2px solid #002A66;
	border-radius: 15px !important;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;	
}
  
.btn-register:hover,
.btn-register:focus,
.btn-register.active {
    background: #002A66;
	border: 2px solid #002A66;
	border-radius: 15px !important;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;	
}


.btn-success {
	font-family: 'montserratregular';
    background: #fff;
	border: 1px solid #fff;
	color: #333;
	font-size: 16px;
}
  
.btn-success:hover,
.btn-success:focus,
.btn-success.active {
	font-family: 'montserratregular';
    background: #fff;
	border: 1px solid #fff;
	color: #333;
	font-size: 16px;
}

.btn-feedback {
	background: #fff;
    border-color: #333;
	color: #fff !important;
	visibility: hidden;
}
  
.btn-feedback:hover,
.btn-feedback:focus,
.btn-feedback.active {
	background: #fff;
    border-color: #333;
	color: #333;
}

.btn-link {
    color: #333;
    text-decoration: none !important;
}

/*Login Modal*/
#auth {
    color: #fff !important;
}
.fa-lock:before {
    content: "\f023";
	display:none;
}
.navbar .navbar-nav > li > a {
    font-size: 16px;
    color: #a85959;
    transition: all 0.3s ease;
}
.navbar .navbar-nav > li > a:visited {
    font-size: 16px;
    color: #002A66;
    transition: all 0.3s ease;
}
.navbar .navbar-nav > li > a:hover {
    font-size: 16px;
    color: #002A66;
    transition: all 0.3s ease;
}

/*Ekstra link*/
ul.nav.navbar-nav.navbar-left a:link {
    background-color: #a85959;
	font-size: 12px;
    color:#fff;
}
ul.nav.navbar-nav.navbar-left a:visited {
	background-color: #a85959 !important;
	font-size: 12px;
	color: #fff;
}
ul.nav.navbar-nav.navbar-left a:hover {
	background-color: #a85959 !important;
	font-size: 12px;
	color: #fff;
}


.navbar-nav>li {
    text-align: left;
    margin-top: 0px;
	color: #fff;
}


/*Spinner*/
.spinner {
position: fixed;
top: 50%;
left: 50%;
margin-left: -75px;
margin-top: -75px;
text-align: center;
z-index: 1234;
overflow: auto;
width: 150px;
height: 150px;
background-color: transparent;
border: 0px;
box-shadow:0px 0px 0px transparent;
}
#spinner3 {
position: fixed;
top: 50%;
left: 50%;
margin-left: -75px;
margin-top: -75px;
text-align: center;
z-index: 1234;
overflow: auto;
width: 150px;
height: 150px;
background-color: transparent;
border: 0px;
box-shadow:0px 0px 0px transparent;	
}


/*Footer*/
.footer {
    font-size: 13px;
	color: #333;
    padding: 0;
	padding-top: 19px;
    background-color: transparent;
	border-top: 0px dotted #fff;
	text-align: -webkit-center;
	right: 0;
    bottom: 33px;
    left: 0;
	height: auto;
}
	@media only screen and (max-width: 480px) {
    	.footer {
			bottom: 0px;
			position: fixed;
    	}
	}

.footer-contact {
    float: left;
    margin-bottom: 20px;
}

.footer a {
    color: #333;
	text-decoration: underline;
}
.footer a:visited {
    color: #333;
	text-decoration: underline;	
}
.footer a:hover {
    color: #333;
	text-decoration: none;	
}

.footer-contact a {
    margin-right: 0px;
}
.footer-contact a:visited {
    margin-right: 0px;
}